home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / PhotoViewer.aspx529 < prev    next >
Text File  |  2008-02-23  |  4KB  |  91 lines

  1. <%@ Page language="c#" Debug="true" Inherits="gbweb.PhotoViewer" CodeFile="PhotoViewer.aspx.cs" culture="auto" uiculture="auto" %>
  2. <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header.ascx" %>
  3. <%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer.ascx" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  5. <HTML>
  6.   <HEAD>
  7.         <title>GBPVR - Photo Library</title>
  8.         <meta name="vs_defaultClientScript" content="JavaScript">
  9.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/styles.css">
  10.         <link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/favicon.gif">
  11.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  12.         <script language="javascript" src="public/popup.js"></script>
  13.         <script language="javascript" src="public/Ajax.js"></script>
  14.   </HEAD>
  15.     <body class="tabbedpage" onload="GetServerTime(), GetReminders()">
  16.         <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
  17.             <Services>
  18.                 <asp:ServiceReference Path="~/AjaxService.asmx" />
  19.             </Services>
  20.         </asp:ScriptManager>
  21.         <form id="formPhotoViewer" runat="server">
  22.             <gbpvr:Header id="header" runat="server" ActiveTab="photolibrary" />
  23.             <!-- Topbar end -->
  24.             <table border="0" cellspacing="0" cellpadding="0" width="100%" class="tabbedpage">
  25.                 <tr>
  26.                     <td align=left valign=top><IMG height="14" src="public/t.gif" width="1" border="0"></td>
  27.                     <td>
  28.                         <table cellSpacing="0" border="0" cellpadding="0">
  29.                             <tr>
  30.                                 <td align=left valign=top id=timeDiv class=time></td>
  31.                                 <td align=left valign=top><IMG height="1" src="public/t.gif" width="15" border="0"></td>
  32.                                 <td align=left valign=top id=REMINDER_DIV class=time ></td>
  33.                             </tr>    
  34.                         </table>
  35.                     </td>
  36.                     <td><img height="1" src="public/t.gif" width="1" border="0"></td>
  37.                 </tr>
  38.                 </table>
  39.             <table width="100%">
  40.                 <tr>
  41.                     <td><img height="1" src="public/t.gif" width="1" border="0"></td>
  42.                     <td width="100%">
  43.                         <table border="0" cellspacing="0" cellpadding="0" width="100%">
  44.                             <tr>
  45.                                 <td class="cline"><img src="public/t.gif" width="400" height="1" border="0"></td>
  46.                             </tr>
  47.                             <tr>                                                        
  48.                                 <td width="99%"><span class="date"><img src="public/t.gif" width="1" height="4"><br>
  49.                                                 <b>Photo Library</b></span></td>
  50.                             </tr>
  51.                         </table>
  52.                     </td>
  53.                 </tr>
  54.             </table>
  55.             <table>        
  56.                  <tr>   
  57.                     <td><img height="1" src="public/t.gif" width="1" border="0"></td>
  58.                     <td valign="top" class="tabbedpage" style="width: 36%">
  59.                         <iframe id="photoDirectoryFrame" name="imgDir" frameBorder="Yes" scrolling="auto" class="photo" src="PhotoDirectory.aspx" unselectable="on" height="700" allowtransparency="" style="width: 300px">
  60.                         </iframe>
  61.                     </td>
  62.                     <td style="width: 15px"><img src="public/t.gif" width="15" height="1" border="0">
  63.                     </td>
  64.                     <td valign="top">
  65.                         <iframe id="ifImages" name="ifImages" frameBorder="No" scrolling="auto" height="800" allowtransparency="true" class="photo" src="Photo.aspx" unselectable="on" width="1400">
  66.                         </iframe>
  67.                     </td>
  68.                 </tr>
  69.             </table>
  70.  
  71.             <table border="0" cellspacing="0" cellpadding="0" width="100%">
  72.                 <tr>
  73.                     <td colspan="2" class="photo">
  74.                         <img border="0" height="10" src="public/t.gif" width="10" />
  75.                         <img src="public/t.gif" width="1" height="14" border="0">
  76.                         <span style="width: 116px"></span></td>
  77.                 </tr>
  78.                 <tr>
  79.                     <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
  80.                     <td width="99%">
  81.  
  82.                         <!-- Search table end -->
  83.                         <gbpvr:Footer id="footer" runat="server" />
  84.                     </td>
  85.                     <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
  86.                 </tr>
  87.             </table>
  88.         </form>
  89.     </body>
  90. </HTML>
  91.